﻿
/*我的評論*/

.big {
    clear: both;
}

@media (min-width: 1024px) {
    .big {
        padding: 0px 10px;
    }
}

.big a {
    color: #333;
}

    .big a:hover {
        text-decoration: none;
        /*color: #666;*/
    }
/* 面包屑 */
.location ul {
    margin-bottom: 0px;
}

    .location ul li {
        line-height: 40px;
        display: inline-block;
    }

.content .right {
    width: 85%;
    float: left;
}

    .content .right p.r_title {
        font-size: 17px;
        line-height: 40px;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
    }

        .content .right p.r_title .layui-icon {
            font-size: 20px;
            position: absolute;
            left: 10px;
            display: none;
        }

    .content .right .team li {
        display: inline-block;
        margin-right: 20px;
        line-height: 30px;
        cursor: pointer;
    }

        .content .right .team li a {
            font-size: 14px;
        }

        .content .right .team li.choose {
            /*border-bottom: 2px solid #000;*/
        }

            .content .right .team li.choose a {
                color: #000;
            }

.comment {
    padding: 1%;
}

    .comment .list {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e0e0e0;
    }

        .comment .list p {
            line-height: 25px;
        }

            .comment .list p.text {
                text-indent: 2em;
                margin-top: 10px;
                word-wrap: break-word;
                word-break: normal;
            }

                .comment .list p.text span {
                    margin-bottom: 5px;
                }

        .comment .list .comment_photo {
            display: flex;
            flex-wrap: wrap;
        }

            .comment .list .comment_photo .photo {
                width: 60px;
                height: 60px;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 10px 5px 0px 0px;
                border: 1px solid #c1c1c1;
                padding: 2px;
                cursor: pointer;
            }

            .comment .list .comment_photo img {
                max-height: 100%;
            }

.content .zoomimg {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    z-index: 999999;
    -webkit-animation-name: aiq-2oTt77;
    animation-name: aiq-2oTt77;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    padding: 0px 10px;
}

.content .pop-shade {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}

.content .swiper-img {
    width: 700px;
    height: 700px;
    position: relative;
    background-color: white;
}

.content .swiper-container {
    width: 700px;
    height: 700px;
}

.content .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .content .swiper-slide img {
        max-height: 100%;
    }

.content .swiper-img {
    width: 700px;
    height: 700px;
    position: relative;
    background-color: white;
}

    .content .swiper-img .swiper-button-prev {
        background: url(../imgs/icon/c_icon.png) no-repeat;
        height: 50px;
        left: -50px;
    }

    .content .swiper-img .swiper-button-next {
        background: url(../imgs/icon/c_icon.png) no-repeat -61px 0;
        height: 50px;
        right: -50px;
    }

    .content .swiper-img .paginationimg .swiper-pagination-bullet-active {
        background: #000;
    }

.comment .list p img {
    width: 50px;
}

.comment .list .comgood {
    width: 100%;
}

    .comment .list .comgood .g_left {
        width: 9%;
        float: left;
    }

        .comment .list .comgood .g_left img {
            width: 100%;
        }

    .comment .list .comgood .g_right {
        width: 91%;
        float: left;
        /*padding: 1%;*/
        padding-left: 2%;
    }

        .comment .list .comgood .g_right p {
            line-height: 25px;
            white-space: pre-wrap;
        }

.list .good .g_right p a {
    color: #666;
}

.comment .list .comgood .g_right p a, .comment .list .comgood .g_right p em {
    /*margin: 3px;*/
}

.comment .list .comgood .g_right p span.glyphicon {
    margin: 3px;
    font-size: 15px;
}

.page_sum {
    float: right;
    display: none;
}

    .page_sum li {
        display: inline-block;
    }

.layui-laypage a:hover {
    color: #333;
}

.nocomment {
    text-align: center;
}

    .nocomment img {
        width: 170px;
    }

    .nocomment p {
        color: #8f8f94;
        font-size: 16px;
        margin-top: 10px;
    }
/*.comment .list {
        border-bottom: 1px solid #e0e0e0;
        padding: 10px;
    }

        .comment .list ul {
            margin-bottom: 10px;
            clear: both;
        }

            .comment .list ul li {
                display: inline-block;
                vertical-align: top;
            }

                .comment .list ul li img {
                    width: 60px;
                    margin-right: 10px;
                }

                .comment .list ul li:last-child {
                    float: right;
                }

            .comment .list ul .mid {
                margin-right: 90px;
            }

            .comment .list ul .com {
                width: 60%;
                margin-left: 20px;
            }

            .comment .list ul .photo img {
                border-radius: 100px;
            }

            .comment .list ul .glyphicon {
                font-size: 20px;
            }*/
@media only all and (max-width:1023px) {
    .main_head, .main_footer {
        display: none;
    }

    .location {
        display: none;
    }

    .content {
        padding: 0px;
    }

        .content .left {
            display: none;
        }

        .content .right {
            width: 100%;
        }

            .content .right p.r_title {
                text-align: center;
            }

                .content .right p.r_title .layui-icon {
                    display: block;
                }

            .content .right .record {
                border: none;
                margin-top: 0px;
            }

            .content .right .team {
                display: flex;
            }

                .content .right .team li {
                    width: 50%;
                    margin-right: 0px;
                    padding-top: 5px;
                    padding-bottom: 5px;
                    text-align: center;
                    line-height: normal;
                    float: left;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
    /*.content .right ul li {
                width: 32.7%;
                margin: 0px;
                line-height: 40px;
                text-align: center;
            }*/

    .comment .list {
        padding: 10px;
        margin: 0px;
    }

        .comment .list .comgood {
            margin-top: 5px;
        }

            .comment .list .comgood .g_left {
                width: 20%;
            }

    .comment .blog .good .g_left {
        width: 30%;
    }

    .comment .list .comgood .g_right {
        width: 80%;
    }

    .comment .blog .good .g_right {
        width: 70%;
    }

    .comment .list .comgood .g_right p {
        margin: 0px;
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 17px;
    }

        .comment .list .comgood .g_right p.name {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .page_sum {
        padding-right: 10px;
        padding-left: 10px;
    }

    .annex.zoomimg .swiper-img, .annex.zoomimg .swiper-container {
        width: 100%;
        height: 420px;
    }
}
